home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / sort.arc / sortcomp.h < prev    next >
C/C++ Source or Header  |  1989-03-30  |  2KB  |  29 lines

  1. /******************************************************************************
  2.  *                                                                            *
  3.  *   sortcomp.h  version 1.0 of 22 Januari 1989    (C) L.J.M. de Wit 1989     *
  4.  *                                                                            *
  5.  * This software may be used and distributed freely if not used commercially  *
  6.  * and the originator (me) is mentioned in the source (just leave this 9 line *
  7.  * header intact).                                                            *
  8.  *                                                                            *
  9.  ******************************************************************************
  10.  *
  11.  * sortcomp.h: header for sortcomp.c's external definitions
  12.  */
  13.  
  14. extern int  c_nr(),     c_n(),                  /* the various compare funcs*/
  15.             c_dbfr(),   c_dbf(),    c_dbr(),    c_db(),
  16.             c_dfr(),    c_df(),     c_dr(),     c_d(),
  17.             c_ibfr(),   c_ibf(),    c_ibr(),    c_ib(),
  18.             c_ifr(),    c_if(),     c_ir(),     c_i(),
  19.             c_abfr(),   c_abf(),    c_abr(),    c_ab(),
  20.             c_afr(),    c_af(),     c_ar(),     c_a(),
  21.             c_dbfru(),  c_dbfu(),   c_dbru(),   c_dbu(),
  22.             c_dfru(),   c_dfu(),    c_dru(),    c_du(),
  23.             c_ibfru(),  c_ibfu(),   c_ibru(),   c_ibu(),
  24.             c_ifru(),   c_ifu(),    c_iru(),    c_iu(),
  25.             c_abfru(),  c_abfu(),   c_abru(),   c_abu(),
  26.             c_afru(),   c_afu(),    c_aru(),    c_au();
  27.  
  28. extern void initlookup();                       /* Initialize lookup tables */
  29.